home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™94 / Talks & Papers / Timothy Knox / Help / Help Files / Miscellaneous / Description < prev    next >
Text File  |  1994-06-24  |  722b  |  13 lines

  1. This folder contains various example files:
  2.  
  3.    - "Church numerals" is a Help encoding of the well-known lambda-calculus 
  4.       Alonozo Church's numerals and various operations…
  5.    - "Examples" contains various usual examples, from the building of the 
  6.       list of all primes numbers to paradoxical combinators…
  7.    - Memoizing defines some function and a macro to define 
  8.       "memo-functions" that cache their results and thus greatly enhancing 
  9.        efficiency of highly redundant functions.
  10.    - "Gabriel Benchs" contains two benchmarks from Gabriel.
  11.    - "Multiple values" contains some simple code to emulate multiple values.
  12.    - " Unknown values" contains two examples of "unknown values" 
  13.       programming !